CN111708664A - Log management method, device and medium for client - Google Patents

Log management method, device and medium for client Download PDF

Info

Publication number
CN111708664A
CN111708664A CN202010447728.4A CN202010447728A CN111708664A CN 111708664 A CN111708664 A CN 111708664A CN 202010447728 A CN202010447728 A CN 202010447728A CN 111708664 A CN111708664 A CN 111708664A
Authority
CN
China
Prior art keywords
log
logs
user
log list
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN202010447728.4A
Other languages
Chinese (zh)
Inventor
靳国锋
张建刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010447728.4A priority Critical patent/CN111708664A/en
Publication of CN111708664A publication Critical patent/CN111708664A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/865Monitoring of software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a log management method of a client, which comprises the following steps: in response to detecting that the user calls the first interface, initializing a first log list according to parameters input by the user through the first interface; recording a log generated by a service processing unit of a client into a first log list; judging whether an instruction for instantly uploading the log sent by a user is received; in response to no instruction being received, judging whether a first log list recorded with logs meets a preset condition; responding to the first log list meeting a preset condition, and sending logs in the first log list to a server; and clearing the logs which are sent to the server in the first log list, and returning to the step of recording the logs generated by the service processing unit. The invention also discloses a computer device and a readable storage medium. The scheme provided by the invention realizes convenient client log recording and improves the log recording efficiency.

Description

Log management method, device and medium for client
Technical Field
The invention relates to the field of logs, in particular to a log management method, a log management system, log management equipment and a log management storage medium for a client.
Background
In the development of the client application, error logs which can appear at a server are usually recorded, the error records of the client logs are very few, if a client makes an error in the using process, the client can only reproduce the problems appearing at the client according to the description of the client, and when the description of the client is not clear (for example, the client does not respond after clicking a page, the description is), the logs at the server are not abnormal, the problems are difficult to reproduce (the reproduction probability is low) or the client environment does not allow reproduction (the client environment is a production environment and does not allow disorder), the positioning problem is difficult, and the client logs become the key of the positioning problem. When a client requests to record a log, a server log recording interface is directly called to realize the function of recording the log of the client under a general condition, but if the log is recorded too frequently, the transmitted log requests are too many, and the performance of processing other important tasks by the service is influenced by temporarily using resources such as threads, a memory, a CPU (central processing unit) and the like of the server. In addition, the log uploading of the client cannot be flexibly controlled.
Disclosure of Invention
In view of the above, in order to overcome at least one aspect of the above problem, an embodiment of the present invention provides a log management method for a client, including the following steps:
in response to detecting that a user invokes a first interface, initializing a first log list according to parameters input by the user through the first interface;
recording a log generated by a service processing unit of the client into the first log list;
judging whether an instruction for instantly uploading the log sent by the user is received;
in response to the instruction is not received, judging whether the first log list recorded with the log meets a preset condition or not;
responding to the first log list meeting a preset condition, and sending logs in the first log list to a server;
clearing the logs sent to the server in the first log list and returning to the step of recording the logs generated by the service processing unit.
In some embodiments, further comprising:
and in response to receiving an instruction of uploading logs immediately sent by the user, uploading logs of the first log list to the server immediately.
In some embodiments, further comprising:
in response to detecting that the user calls a second interface, initializing a second log list according to parameters input by the user through the second interface;
receiving logs uploaded by the user through the second interface and recording the logs to the second log list;
and responding to the second log list recorded with the logs uploaded by the user to meet the preset condition or receiving an instruction of immediately uploading the logs sent by the user, and sending the logs in the second log list to a server.
In some embodiments, further comprising:
and responding to the detected error event of the service processing unit, and immediately uploading the log corresponding to the error event to the server.
In some embodiments, in response to detecting an error event of the service processing unit, immediately uploading a log corresponding to the error event to the server, further comprising:
judging whether the grade of the error event reaches a preset grade or not;
responding to the situation that the grade of the error event reaches the preset grade, and immediately uploading a log corresponding to the error event to the server;
and recording a log corresponding to the error event to the first log list in response to the fact that the grade of the error event does not reach the preset grade.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer apparatus, including:
at least one processor; and
a memory storing a computer program operable on the processor, wherein the processor executes the program and executes the program to perform the steps of:
in response to detecting that a user invokes a first interface, initializing a first log list according to parameters input by the user through the first interface;
recording a log generated by a service processing unit of the client into the first log list;
judging whether an instruction for instantly uploading the log sent by the user is received;
in response to the instruction is not received, judging whether the first log list recorded with the log meets a preset condition or not;
responding to the first log list meeting a preset condition, and sending logs in the first log list to a server;
clearing the logs sent to the server in the first log list and returning to the step of recording the logs generated by the service processing unit.
In some embodiments, further comprising:
and in response to receiving an instruction of uploading logs immediately sent by the user, uploading logs of the first log list to the server immediately.
In some embodiments, further comprising:
in response to detecting that the user calls a second interface, initializing a second log list according to parameters input by the user through the second interface;
receiving logs uploaded by the user through the second interface and recording the logs to the second log list;
and responding to the second log list recorded with the logs uploaded by the user to meet the preset condition or receiving an instruction of immediately uploading the logs sent by the user, and sending the logs in the second log list to a server.
In some embodiments, further comprising:
and responding to the detected error event of the service processing unit, and immediately uploading the log corresponding to the error event to the server.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer-readable storage medium storing a computer program which, when executed by a processor, performs the steps of any one of the above-described client log management methods.
The invention has one of the following beneficial technical effects: the scheme provided by the invention realizes log management at the client, improves the flexibility of the client for log management, and is convenient for the user to manage the log at the client.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a log management method of a client according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a computer device provided in an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
According to an aspect of the present invention, an embodiment of the present invention provides a log management method for a client, as shown in fig. 1, which may include the steps of: s1, in response to detecting that a user calls a first interface, initializing a first log list according to parameters input by the user through the first interface; s2, recording the log generated by the service processing unit of the client into the first log list; s3, judging whether receiving the instruction of uploading log immediately sent by the user; s4, responding to the instruction is not received, and judging whether the first log list recorded with the logs meets a preset condition or not; s5, responding to the first log list meeting the preset condition, and sending the logs in the first log list to a server; s6, clearing the log sent to the server in the first log list, and returning to the step of recording the log generated by the service processing unit.
The scheme provided by the invention realizes log management at the client, improves the flexibility of the client for log management, and is convenient for the user to manage the log at the client.
In some embodiments, in step S1, in response to detecting that the user invokes the first interface, the first log list is initialized according to the parameters input by the user through the first interface, specifically, after the user invokes the first interface, the relevant parameters, for example, the URL path of the log received by the server, the maximum length of the log list, and the time interval of transmission, may be input through the first interface, so that the initialization of the first log list may be implemented according to the parameters.
It should be noted that the user may set only one log list maximum length and the sending time interval, or may set the log list maximum length and the sending time interval at the same time. In this way, after the first log list starts recording logs, in step S5, when the length of the first log list reaches the set maximum length of the log list, the logs in the first log list are transmitted to the server, or when the duration of recording the logs reaches the set time interval after the first log list starts recording the logs, the logs in the first log list are transmitted to the server, or when any condition that the duration of recording the logs reaches the set time interval or when the length of the first log list reaches the set maximum length of the log list is satisfied after the first log list starts recording the logs, the logs in the first log list are transmitted to the server.
In some embodiments, in step S6, if the preset condition includes that the duration of logging reaches the set time interval, the calculation of the duration of logging is restarted after the logs in the first list are uploaded to the server.
In some embodiments, the method further comprises:
and in response to receiving an instruction of uploading logs immediately sent by the user, uploading logs of the first log list to the server immediately.
Specifically, the user can call the interface for sending the log immediately to realize that the log in the first log list is uploaded to the server immediately, so that when the client receives an instruction for uploading the log immediately from the user through the interface for sending the log immediately, the log in the first log list is uploaded to the server immediately regardless of whether the first log list meets a preset condition (for example, the duration or the maximum length of the log).
In some embodiments, when the client executes the power-off shutdown process, if an un-uploaded log still exists in the first log list at this time, the un-uploaded log in the first log list is immediately uploaded to the server.
In some embodiments, the method further comprises:
in response to detecting that the user calls a second interface, initializing a second log list according to parameters input by the user through the second interface;
receiving logs uploaded by the user through the second interface and recording the logs to the second log list;
and responding to the second log list recorded with the logs uploaded by the user to meet the preset condition or receiving an instruction of immediately uploading the logs sent by the user, and sending the logs in the second log list to a server.
Specifically, after the user calls the second interface, the user may input related parameters through the second interface, for example, a URL path of the server receiving the log, a maximum length of the log list, and a time interval of sending the log, so that the initialization of the second log list may be implemented according to the parameters. The user can set only one log list maximum length and the sending time interval, and can also set the log list maximum length and the sending time interval simultaneously. Thus, after the second log list starts to record the logs, in step S5, the logs in the second log list are sent to the server when the length of the second log list reaches the set maximum length of the log list, or the logs in the second log list are sent to the server when the duration of the log recording reaches the set time interval after the second log list starts to record the logs, or the logs in the second log list are sent to the server when the duration of the log recording reaches the set time interval or when the length of the second log list reaches the set maximum length of the log list after any condition is satisfied after the second log list starts to record the logs.
It should be noted that the first log list is used to record logs generated by a service processing unit (such as a browser, a performance evaluation unit, or other functional modules) of the client, and the second log list is used to record logs actively uploaded by the user.
In some embodiments, the method further comprises:
and responding to the detected error event of the service processing unit, and immediately uploading the log corresponding to the error event to the server.
In some embodiments, in response to detecting an error event of the service processing unit, immediately uploading a log corresponding to the error event to the server, further comprising:
judging whether the grade of the error event reaches a preset grade or not;
responding to the situation that the grade of the error event reaches the preset grade, and immediately uploading a log corresponding to the error event to the server;
and recording a log corresponding to the error event to the first log list in response to the fact that the grade of the error event does not reach the preset grade.
Specifically, when an error event occurs in a service processing unit of the client, it may be determined whether a log corresponding to the error event needs to be immediately uploaded to the server according to a level of the error event, and if the level corresponding to the error event is low, that is, the level does not reach a preset error level, the corresponding log may be recorded in a first log list, and then the corresponding log may be uploaded to the server when the first log list meets a preset condition or receives an instruction of immediately uploading the log sent by a user. If the level corresponding to the error event is higher, namely the preset error level is reached, the log information corresponding to the error event can be immediately uploaded to the server.
According to the scheme provided by the invention, the log module is provided at the client, and the log is firstly recorded into the log list and then is sent to the server according to the preset condition by providing the corresponding interface through the log module, so that the convenient log recording of the client is realized, the request frequency is reduced, and the log recording efficiency is improved.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 2, an embodiment of the present invention further provides a computer apparatus 501, comprising:
at least one processor 520; and
a memory 510, the memory 510 storing a computer program 511 executable on the processor, the processor 520 executing the program to perform the steps of any of the above methods for managing logs of a client.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 3, an embodiment of the present invention further provides a computer-readable storage medium 601, where the computer-readable storage medium 601 stores computer program instructions 610, and the computer program instructions 610, when executed by a processor, perform the steps of the log management method of any one of the clients as above.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes of the methods of the above embodiments may be implemented by a computer program to instruct related hardware to implement the methods. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
In addition, the apparatuses, devices, and the like disclosed in the embodiments of the present invention may be various electronic terminal devices, such as a mobile phone, a Personal Digital Assistant (PDA), a tablet computer (PAD), a smart television, and the like, or may be a large terminal device, such as a server, and the like, and therefore the scope of protection disclosed in the embodiments of the present invention should not be limited to a specific type of apparatus, device. The client disclosed by the embodiment of the invention can be applied to any one of the electronic terminal devices in the form of electronic hardware, computer software or a combination of the electronic hardware and the computer software.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which can act as external cache memory. By way of example and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
The various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein may be implemented or performed with the following components designed to perform the functions herein: a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method for managing logs of a client, comprising the steps of, at the client:
in response to detecting that a user invokes a first interface, initializing a first log list according to parameters input by the user through the first interface;
recording a log generated by a service processing unit of the client into the first log list;
judging whether an instruction for instantly uploading the log sent by the user is received;
in response to the instruction is not received, judging whether the first log list recorded with the log meets a preset condition or not;
responding to the first log list meeting a preset condition, and sending logs in the first log list to a server;
clearing the logs sent to the server in the first log list and returning to the step of recording the logs generated by the service processing unit.
2. The method of claim 1, further comprising:
and in response to receiving an instruction of uploading logs immediately sent by the user, uploading logs of the first log list to the server immediately.
3. The method of claim 1, further comprising:
in response to detecting that the user calls a second interface, initializing a second log list according to parameters input by the user through the second interface;
receiving logs uploaded by the user through the second interface and recording the logs to the second log list;
and responding to the second log list recorded with the logs uploaded by the user to meet the preset condition or receiving an instruction of immediately uploading the logs sent by the user, and sending the logs in the second log list to a server.
4. The method of claim 1, further comprising:
and responding to the detected error event of the service processing unit, and immediately uploading the log corresponding to the error event to the server.
5. The method of claim 4, wherein in response to detecting an error event of the business processing unit, immediately uploading a log corresponding to the error event to the server, further comprising:
judging whether the grade of the error event reaches a preset grade or not;
responding to the situation that the grade of the error event reaches the preset grade, and immediately uploading a log corresponding to the error event to the server;
and recording a log corresponding to the error event to the first log list in response to the fact that the grade of the error event does not reach the preset grade.
6. A computer device, comprising:
at least one processor; and
a memory storing a computer program operable on the processor, wherein the processor executes the program to perform the steps of:
in response to detecting that a user invokes a first interface, initializing a first log list according to parameters input by the user through the first interface;
recording a log generated by a service processing unit of the client into the first log list;
judging whether an instruction for instantly uploading the log sent by the user is received;
in response to the instruction is not received, judging whether the first log list recorded with the log meets a preset condition or not;
responding to the first log list meeting a preset condition, and sending logs in the first log list to a server;
clearing the logs sent to the server in the first log list and returning to the step of recording the logs generated by the service processing unit.
7. The apparatus of claim 6, further comprising:
and in response to receiving an instruction of uploading logs immediately sent by the user, uploading logs of the first log list to the server immediately.
8. The apparatus of claim 6, further comprising:
in response to detecting that the user calls a second interface, initializing a second log list according to parameters input by the user through the second interface;
receiving logs uploaded by the user through the second interface and recording the logs to the second log list;
and responding to the second log list recorded with the logs uploaded by the user to meet the preset condition or receiving an instruction of immediately uploading the logs sent by the user, and sending the logs in the second log list to a server.
9. The apparatus of claim 6, further comprising:
and responding to the detected error event of the service processing unit, and immediately uploading the log corresponding to the error event to the server.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the steps of the method according to any one of claims 1-5.
CN202010447728.4A 2020-05-25 2020-05-25 Log management method, device and medium for client Withdrawn CN111708664A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010447728.4A CN111708664A (en) 2020-05-25 2020-05-25 Log management method, device and medium for client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010447728.4A CN111708664A (en) 2020-05-25 2020-05-25 Log management method, device and medium for client

Publications (1)

Publication Number Publication Date
CN111708664A true CN111708664A (en) 2020-09-25

Family

ID=72537245

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010447728.4A Withdrawn CN111708664A (en) 2020-05-25 2020-05-25 Log management method, device and medium for client

Country Status (1)

Country Link
CN (1) CN111708664A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112463560A (en) * 2020-11-19 2021-03-09 苏州浪潮智能科技有限公司 Log recording method and device, computer equipment and storage medium
CN113392083A (en) * 2021-05-25 2021-09-14 交控科技股份有限公司 Rail transit equipment log processing system and method
CN113641386A (en) * 2021-08-17 2021-11-12 西安酷赛科技有限公司 Method and system for upgrading based on error reporting frequency

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112463560A (en) * 2020-11-19 2021-03-09 苏州浪潮智能科技有限公司 Log recording method and device, computer equipment and storage medium
CN112463560B (en) * 2020-11-19 2022-06-14 苏州浪潮智能科技有限公司 Log recording method and device, computer equipment and storage medium
CN113392083A (en) * 2021-05-25 2021-09-14 交控科技股份有限公司 Rail transit equipment log processing system and method
CN113641386A (en) * 2021-08-17 2021-11-12 西安酷赛科技有限公司 Method and system for upgrading based on error reporting frequency

Similar Documents

Publication Publication Date Title
CN111708664A (en) Log management method, device and medium for client
CN111314459B (en) Service request method, device, electronic equipment and storage medium
CN110633110A (en) Server starting method, equipment and storage medium
US10671589B2 (en) Synergizing real-time and polling connectors for data ingestion
US10609123B2 (en) Hybrid quorum policies for durable consensus in distributed systems
CN110806964B (en) Method and equipment for lighting hard disk and storage medium
CN108255542B (en) Serial port and parallel port control method and device of virtual machine
CN110727404A (en) Data deduplication method and device based on storage end and storage medium
US20210250404A1 (en) Video data storage method and device in cloud storage system
CN111104232A (en) Method, device and medium for accelerating message writing of message queue
CN110781156A (en) Data node distribution method, equipment and medium
CN112104663B (en) Method and equipment for managing login user and user equipment
CN111090621A (en) Log obtaining method, device and storage medium
CN110413354B (en) Method, equipment and storage medium for realizing interaction with third-party platform
CN111176932B (en) Method and device for recording abnormal event log and readable medium
CN111309264B (en) Method, system, device and medium for making directory quota compatible with snapshot
CN110752953A (en) Load balancing-based connection number updating method and device and storage medium
CN107241446B (en) File transmission method and device of application program, terminal equipment and storage medium
CN110673935A (en) Job scheduling method and device based on Kubernetes system and storage medium
CN111723369A (en) File management method, equipment and medium of FTP server
CN110727534B (en) Method, equipment and storage medium for repairing file system
CN110659035A (en) Method and device for batch mounting of mirror images based on BMC
CN111045989A (en) Method, device and medium for querying CPLD version information
US10712951B2 (en) System and method for backing up social network data
CN110737649B (en) Method, equipment and storage medium for processing transaction log of database

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200925

WW01 Invention patent application withdrawn after publication