CN110730086A - Log information output method and device - Google Patents

Log information output method and device Download PDF

Info

Publication number
CN110730086A
CN110730086A CN201810778109.6A CN201810778109A CN110730086A CN 110730086 A CN110730086 A CN 110730086A CN 201810778109 A CN201810778109 A CN 201810778109A CN 110730086 A CN110730086 A CN 110730086A
Authority
CN
China
Prior art keywords
log information
data
configuration file
information output
log
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.)
Granted
Application number
CN201810778109.6A
Other languages
Chinese (zh)
Other versions
CN110730086B (en
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.)
Visionvera Information Technology Co Ltd
Original Assignee
Visionvera Information 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 Visionvera Information Technology Co Ltd filed Critical Visionvera Information Technology Co Ltd
Priority to CN201810778109.6A priority Critical patent/CN110730086B/en
Publication of CN110730086A publication Critical patent/CN110730086A/en
Application granted granted Critical
Publication of CN110730086B publication Critical patent/CN110730086B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications

Abstract

The embodiment of the invention provides a log information output method and a log information output device, wherein the method is applied to video networking equipment of a video network, and comprises the following steps: responding to modification operation aiming at the log information configuration file and saving the log information configuration file in the running process of an application program in the video networking equipment; acquiring log information of a functional module of an application program; acquiring a log information configuration file and analyzing to obtain log information output condition data containing log information output format data and log information output target data; extracting effective information from the log information according to the log information output format data; the valid information is output to a position corresponding to the log information output target data. According to the embodiment of the invention, the application program can output the log information according to the modified log information configuration file without restarting, so that the restarting frequency of the application program is reduced, the operation steps of the application program are simplified, and the efficiency of state monitoring and problem diagnosis of the application program is improved.

Description

Log information output method and device
Technical Field
The present invention relates to the field of video networking technologies, and in particular, to a method and an apparatus for outputting log information.
Background
The video network is a special network for transmitting high-definition video and a special protocol at high speed based on Ethernet hardware, is a higher-level form of the Internet and is a real-time network.
In the current video network, in order to obtain real-time running states of various application programs and solve response problems of the application programs, a log mechanism needs to be introduced during application program coding, so as to configure a log information configuration file, and output log information of the application programs in real time during running of the application programs. However, in the existing log mechanism, the application program needs to be restarted to enable the modified log information configuration file to be effective.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are proposed to provide an output method of log information and a corresponding output apparatus of log information that overcome or at least partially solve the above problems.
In order to solve the above problem, an embodiment of the present invention discloses an output method of log information, where the method is applied to a video network device in a video network, and the video network device includes one or more of the following: the method comprises the following steps of: in the running process of an application program in the video network equipment, responding to the modification operation of a user on a preset log information configuration file, and saving the log information configuration file after the modification operation to a configuration file default position of the video network equipment; acquiring log information of at least one functional module of the application program; acquiring a log information configuration file at a default position of the configuration file according to a preset time interval, and analyzing the acquired log information configuration file to obtain log information output condition data, wherein the log information output condition data comprises: outputting format data and target data of log information; according to the log information output format data, extracting effective information corresponding to the at least one functional module from the log information; outputting the valid information to a location corresponding to the log information output target data.
Optionally, the log information output format data includes one or more of: log information output time data, log information output function module name data, log information output function data, log information output paragraph data, and log information output color data.
Optionally, the log information output target data includes one or more of: standard output data, log file data, system log data, remote server data.
Optionally, the obtaining the log information configuration file at the default position of the configuration file according to the preset time interval, and analyzing the obtained log information configuration file to obtain log information output condition data includes: and acquiring the log information configuration file at the default position of the configuration file according to a preset time interval, extracting character strings corresponding to keywords in the acquired log information configuration file, and combining the character strings into the log information output condition data.
Optionally, the method further comprises: and calling a log information printing interface of the video networking equipment, and printing the effective information output to the position corresponding to the log information output target data.
The embodiment of the invention also discloses an output device of log information, which is applied to video networking equipment in the video networking, wherein the video networking equipment comprises one or more of the following components: video networking server, video networking switch, video networking terminal, the device includes: the configuration file modification module is used for responding to the modification operation of a user on a preset log information configuration file in the running process of an application program in the video networking equipment and storing the log information configuration file after the modification operation to a configuration file default position of the video networking equipment; the log information acquisition module is used for acquiring the log information of at least one functional module of the application program; the configuration file analysis module is used for acquiring the log information configuration file at the default position of the configuration file according to a preset time interval, and analyzing the acquired log information configuration file to obtain log information output condition data, wherein the log information output condition data comprises: outputting format data and target data of log information; the effective information extraction module is used for outputting format data according to the log information and extracting effective information corresponding to the at least one functional module from the log information; and the effective information output module is used for outputting the effective information to a position corresponding to the log information output target data.
Optionally, the log information output format data includes one or more of: log information output time data, log information output function module name data, log information output function data, log information output paragraph data, and log information output color data.
Optionally, the log information output target data includes one or more of: standard output data, log file data, system log data, remote server data.
Optionally, the configuration file parsing module is configured to obtain the log information configuration file at the default position of the configuration file according to a preset time interval, extract a character string corresponding to a keyword in the obtained log information configuration file, and combine the extracted character string into the log information output condition data.
Optionally, the apparatus further comprises: and the log information printing module is used for calling a log information printing interface of the video networking equipment and printing the effective information output to the position corresponding to the log information output target data.
The embodiment of the invention has the following advantages:
the embodiment of the invention is applied to video networking equipment in the video networking, and the video networking equipment comprises one or more of the following components: the system comprises a video network server, a video network switch and a video network terminal. In the running process of an application program in the video network equipment, responding to the modification operation of a user on a preset log information configuration file, and saving the log information configuration file after the modification operation to a configuration file default position of the video network equipment; acquiring log information of at least one functional module of an application program; acquiring a log information configuration file at a default position of the configuration file according to a preset time interval, and analyzing the acquired log information configuration file to obtain log information output condition data, wherein the log information output condition data comprises: outputting format data and target data of log information; outputting format data according to the log information, and extracting effective information corresponding to at least one functional module from the log information; the valid information is output to a position corresponding to the log information output target data.
By applying the characteristics of the video network, the embodiment of the invention can modify and store the log information configuration file in the running process of the application program and analyze the log information configuration file according to the preset time interval, so that the application program can output the log information according to the modified log information configuration file without restarting, thereby reducing the restarting times of the application program, simplifying the operation steps of the application program and improving the state monitoring and problem diagnosis efficiency of the application program.
Drawings
FIG. 1 is a schematic networking diagram of a video network of the present invention;
FIG. 2 is a schematic diagram of a hardware architecture of a node server according to the present invention;
fig. 3 is a schematic diagram of a hardware structure of an access switch of the present invention;
fig. 4 is a schematic diagram of a hardware structure of an ethernet protocol conversion gateway according to the present invention;
FIG. 5 is a flowchart illustrating the steps of an embodiment of a method for outputting log information according to the present invention;
FIG. 6 is a functional block diagram of a video networking based log information output method of the present invention;
fig. 7 is a block diagram of an embodiment of an output device for log information according to the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
The video networking is an important milestone for network development, is a real-time network, can realize high-definition video real-time transmission, and pushes a plurality of internet applications to high-definition video, and high-definition faces each other.
The video networking adopts a real-time high-definition video exchange technology, can integrate required services such as dozens of services of video, voice, pictures, characters, communication, data and the like on a system platform on a network platform, such as high-definition video conference, video monitoring, intelligent monitoring analysis, emergency command, digital broadcast television, delayed television, network teaching, live broadcast, VOD on demand, television mail, Personal Video Recorder (PVR), intranet (self-office) channels, intelligent video broadcast control, information distribution and the like, and realizes high-definition quality video broadcast through a television or a computer.
To better understand the embodiments of the present invention, the following description refers to the internet of view:
some of the technologies applied in the video networking are as follows:
network Technology (Network Technology)
Network technology innovation in video networking has improved over traditional Ethernet (Ethernet) to face the potentially enormous video traffic on the network. Unlike pure network Packet Switching (Packet Switching) or network circuit Switching (circuit Switching), the internet of vision technology employs network Packet Switching to satisfy the demand of Streaming (which is interpreted as Streaming, continuous broadcasting, and is a data transmission technology that changes received data into a stable continuous stream and continuously transmits the stream, so that the sound heard or image seen by the user is very smooth, and the user can start browsing on the screen before the whole data is transmitted). The video networking technology has the advantages of flexibility, simplicity and low price of packet switching, and simultaneously has the quality and safety guarantee of circuit switching, thereby realizing the seamless connection of the whole network switching type virtual circuit and the data format.
Switching Technology (Switching Technology)
The video network adopts two advantages of asynchronism and packet switching of the Ethernet, eliminates the defects of the Ethernet on the premise of full compatibility, has end-to-end seamless connection of the whole network, is directly communicated with a user terminal, and directly bears an IP data packet. The user data does not require any format conversion across the entire network. The video networking is a higher-level form of the Ethernet, is a real-time exchange platform, can realize the real-time transmission of the whole-network large-scale high-definition video which cannot be realized by the existing Internet, and pushes a plurality of network video applications to high-definition and unification.
Server Technology (Server Technology)
The server technology on the video networking and unified video platform is different from the traditional server, the streaming media transmission of the video networking and unified video platform is established on the basis of connection orientation, the data processing capacity of the video networking and unified video platform is independent of flow and communication time, and a single network layer can contain signaling and data transmission. For voice and video services, the complexity of video networking and unified video platform streaming media processing is much simpler than that of data processing, and the efficiency is greatly improved by more than one hundred times compared with that of a traditional server.
Storage Technology (Storage Technology)
The super-high speed storage technology of the unified video platform adopts the most advanced real-time operating system in order to adapt to the media content with super-large capacity and super-large flow, the program information in the server instruction is mapped to the specific hard disk space, the media content is not passed through the server any more, and is directly sent to the user terminal instantly, and the general waiting time of the user is less than 0.2 second. The optimized sector distribution greatly reduces the mechanical motion of the magnetic head track seeking of the hard disk, the resource consumption only accounts for 20% of that of the IP internet of the same grade, but concurrent flow which is 3 times larger than that of the traditional hard disk array is generated, and the comprehensive efficiency is improved by more than 10 times.
Network Security Technology (Network Security Technology)
The structural design of the video network completely eliminates the network security problem troubling the internet structurally by the modes of independent service permission control each time, complete isolation of equipment and user data and the like, generally does not need antivirus programs and firewalls, avoids the attack of hackers and viruses, and provides a structural carefree security network for users.
Service Innovation Technology (Service Innovation Technology)
The unified video platform integrates services and transmission, and is not only automatically connected once whether a single user, a private network user or a network aggregate. The user terminal, the set-top box or the PC are directly connected to the unified video platform to obtain various multimedia video services in various forms. The unified video platform adopts a menu type configuration table mode to replace the traditional complex application programming, can realize complex application by using very few codes, and realizes infinite new service innovation.
Networking of the video network is as follows:
the video network is a centralized control network structure, and the network can be a tree network, a star network, a ring network and the like, but on the basis of the centralized control node, the whole network is controlled by the centralized control node in the network.
As shown in fig. 1, the video network is divided into an access network and a metropolitan network.
The devices of the access network part can be mainly classified into 3 types: node server, access switch, terminal (including various set-top boxes, coding boards, memories, etc.). The node server is connected to an access switch, which may be connected to a plurality of terminals and may be connected to an ethernet network.
The node server is a node which plays a centralized control function in the access network and can control the access switch and the terminal. The node server can be directly connected with the access switch or directly connected with the terminal.
Similarly, devices of the metropolitan network portion may also be classified into 3 types: a metropolitan area server, a node switch and a node server. The metro server is connected to a node switch, which may be connected to a plurality of node servers.
The node server is a node server of the access network part, namely the node server belongs to both the access network part and the metropolitan area network part.
The metropolitan area server is a node which plays a centralized control function in the metropolitan area network and can control a node switch and a node server. The metropolitan area server can be directly connected with the node switch or directly connected with the node server.
Therefore, the whole video network is a network structure with layered centralized control, and the network controlled by the node server and the metropolitan area server can be in various structures such as tree, star and ring.
The access network part can form a unified video platform (circled part), and a plurality of unified video platforms can form a video network; each unified video platform may be interconnected via metropolitan area and wide area video networking.
Video networking device classification
1.1 devices in the video network of the embodiment of the present invention can be mainly classified into 3 types: servers, switches (including ethernet gateways), terminals (including various set-top boxes, code boards, memories, etc.). The video network as a whole can be divided into a metropolitan area network (or national network, global network, etc.) and an access network.
1.2 wherein the devices of the access network part can be mainly classified into 3 types: node servers, access switches (including ethernet gateways), terminals (including various set-top boxes, code boards, memories, etc.).
The specific hardware structure of each access network device is as follows:
a node server:
as shown in fig. 2, the system mainly includes a network interface module 201, a switching engine module 202, a CPU module 203, and a disk array module 204.
The network interface module 201, the CPU module 203, and the disk array module 204 all enter the switching engine module 202; the switching engine module 202 performs an operation of looking up the address table 205 on the incoming packet, thereby obtaining the direction information of the packet; and stores the packet in a queue of the corresponding packet buffer 206 based on the packet's steering information; if the queue of the packet buffer 206 is nearly full, it is discarded; the switching engine module 202 polls all packet buffer queues for forwarding if the following conditions are met: 1) the port send buffer is not full; 2) the queue packet counter is greater than zero. The disk array module 204 mainly implements control over the hard disk, including initialization, read-write, and other operations on the hard disk; the CPU module 203 is mainly responsible for protocol processing with an access switch and a terminal (not shown in the figure), configuring an address table 205 (including a downlink protocol packet address table, an uplink protocol packet address table, and a data packet address table), and configuring the disk array module 204.
The access switch:
as shown in fig. 3, the network interface module (downstream network interface module 301, upstream network interface module 302), the switching engine module 303, and the CPU module 304 are mainly included.
Wherein, the packet (uplink data) coming from the downlink network interface module 301 enters the packet detection module 305; the packet detection module 305 detects whether the Destination Address (DA), the Source Address (SA), the packet type, and the packet length of the packet meet the requirements, if so, allocates a corresponding stream identifier (stream-id) and enters the switching engine module 303, otherwise, discards the stream identifier; the packet (downstream data) coming from the upstream network interface module 302 enters the switching engine module 303; the data packet coming from the CPU module 204 enters the switching engine module 303; the switching engine module 303 performs an operation of looking up the address table 306 on the incoming packet, thereby obtaining the direction information of the packet; if the packet entering the switching engine module 303 is from the downstream network interface to the upstream network interface, the packet is stored in the queue of the corresponding packet buffer 307 in association with the stream-id; if the queue of the packet buffer 307 is nearly full, it is discarded; if the packet entering the switching engine module 303 is not from the downlink network interface to the uplink network interface, the data packet is stored in the queue of the corresponding packet buffer 307 according to the guiding information of the packet; if the queue of the packet buffer 307 is nearly full, it is discarded.
The switching engine module 303 polls all packet buffer queues, which in this embodiment of the present invention is divided into two cases:
if the queue is from the downlink network interface to the uplink network interface, the following conditions are met for forwarding: 1) the port send buffer is not full; 2) the queued packet counter is greater than zero; 3) and obtaining the token generated by the code rate control module.
If the queue is not from the downlink network interface to the uplink network interface, the following conditions are met for forwarding: 1) the port send buffer is not full; 2) the queue packet counter is greater than zero.
The rate control module 208 is configured by the CPU module 204, and generates tokens for packet buffer queues from all downstream network interfaces to upstream network interfaces at programmable intervals to control the rate of upstream forwarding.
The CPU module 304 is mainly responsible for protocol processing with the node server, configuration of the address table 306, and configuration of the code rate control module 308.
Ethernet protocol conversion gateway
As shown in fig. 4, the apparatus mainly includes a network interface module (a downlink network interface module 401 and an uplink network interface module 402), a switching engine module 403, a CPU module 404, a packet detection module 405, a rate control module 408, an address table 406, a packet buffer 407, a MAC adding module 409, and a MAC deleting module 410.
Wherein, the data packet coming from the downlink network interface module 401 enters the packet detection module 405; the packet detection module 405 detects whether the ethernet MAC DA, the ethernet MAC SA, the ethernet length or frame type, the video network destination address DA, the video network source address SA, the video network packet type, and the packet length of the packet meet the requirements, and if so, allocates a corresponding stream identifier (stream-id); then, the MAC deletion module 410 subtracts MAC DA, MAC SA, length or frame type (2byte) and enters the corresponding receiving buffer, otherwise, discards it;
the downlink network interface module 401 detects the sending buffer of the port, and if there is a packet, acquires the ethernet MAC DA of the corresponding terminal according to the video networking destination address DA of the packet, adds the ethernet MAC DA of the terminal, the MACSA of the ethernet coordination gateway, and the ethernet length or frame type, and sends the packet.
The other modules in the ethernet protocol gateway function similarly to the access switch.
A terminal:
the system mainly comprises a network interface module, a service processing module and a CPU module; for example, the set-top box mainly comprises a network interface module, a video and audio coding and decoding engine module and a CPU module; the coding board mainly comprises a network interface module, a video and audio coding engine module and a CPU module; the memory mainly comprises a network interface module, a CPU module and a disk array module.
1.3 devices of the metropolitan area network part can be mainly classified into 3 types: node server, node exchanger, metropolitan area server. The node switch mainly comprises a network interface module, a switching engine module and a CPU module; the metropolitan area server mainly comprises a network interface module, a switching engine module and a CPU module.
2. Video networking packet definition
2.1 Access network packet definition
The data packet of the access network mainly comprises the following parts: destination Address (DA), Source Address (SA), reserved bytes, payload (pdu), CRC.
As shown in the following table, the data packet of the access network mainly includes the following parts:
DA SA Reserved Payload CRC
the Destination Address (DA) is composed of 8 bytes (byte), the first byte represents the type of the data packet (e.g. various protocol packets, multicast data packets, unicast data packets, etc.), there are at most 256 possibilities, the second byte to the sixth byte are metropolitan area network addresses, and the seventh byte and the eighth byte are access network addresses.
The Source Address (SA) is also composed of 8 bytes (byte), defined as the same as the Destination Address (DA).
The reserved byte consists of 2 bytes.
The payload part has different lengths according to types of different datagrams, and is 64 bytes if the type of the datagram is a variety of protocol packets, or is 1056 bytes if the type of the datagram is a unicast packet, but is not limited to the above 2 types.
The CRC consists of 4 bytes and is calculated in accordance with the standard ethernet CRC algorithm.
2.2 metropolitan area network packet definition
The topology of a metropolitan area network is a graph and there may be 2, or even more than 2, connections between two devices, i.e., there may be more than 2 connections between a node switch and a node server, a node switch and a node switch, and a node switch and a node server. However, the metro network address of the metro network device is unique, and in order to accurately describe the connection relationship between the metro network devices, parameters are introduced in the embodiment of the present invention: a label to uniquely describe a metropolitan area network device.
In this specification, the definition of the Label is similar to that of a Label of Multi-Protocol Label switching (MPLS), and assuming that there are two connections between a device a and a device B, there are 2 labels for a packet from the device a to the device B, and 2 labels for a packet from the device B to the device a. The label is classified into an incoming label and an outgoing label, and assuming that the label (incoming label) of the packet entering the device a is 0x0000, the label (outgoing label) of the packet leaving the device a may become 0x 0001. The network access process of the metro network is a network access process under centralized control, that is, address allocation and label allocation of the metro network are both dominated by the metro server, and the node switch and the node server are both passively executed, which is different from label allocation of MPLS, and label allocation of MPLS is a result of mutual negotiation between the switch and the server.
As shown in the following table, the data packet of the metro network mainly includes the following parts:
DA SA Reserved label (R) Payload CRC
Namely Destination Address (DA), Source Address (SA), Reserved byte (Reserved), tag, payload (pdu), CRC. The format of the tag may be defined by reference to the following: the tag is 32 bits with the upper 16 bits reserved and only the lower 16 bits used, and its position is between the reserved bytes and payload of the packet.
Based on the characteristics of the video network, one of the core concepts of the embodiment of the invention is provided, the log information configuration file is modified and stored in the running process of the application program according to the protocol of the video network, and the application program can output the log information according to the modified log information configuration file without restarting.
Referring to fig. 5, a flowchart illustrating steps of an embodiment of a method for outputting log information according to the present invention is shown, and the method can be applied to a video network device in a video network, wherein the video network device includes one or more of the following: the method comprises the following steps:
step 501, in the running process of an application program in the video network device, in response to a modification operation of a user on a preset log information configuration file, saving the log information configuration file after the modification operation to a configuration file default position of the video network device.
In the embodiment of the invention, in the running process of the application program in the video networking equipment, a user can modify and store the log information configuration file of the application program at any time.
For example, during the operation of the application b in the video network terminal a, the software engineer may modify the log information configuration file c of the application b, and save the log information configuration file c to the default position d where the application b saves the log information configuration file c in the video network terminal a after the modification is completed.
Step 502, log information of at least one functional module of the application program is obtained.
In the embodiment of the invention, the application program in the video networking device can comprise one or more functional modules, and each functional module can output respective log information. In the log information configuration file, specific log information configuration data for each function module may be configured for each function module of one application program.
Step 503, acquiring a log information configuration file at a default position of the configuration file according to a preset time interval, and analyzing the acquired log information configuration file to obtain log information output condition data.
In the embodiment of the present invention, the log information configuration file is acquired from the default location of the configuration file according to the preset time interval, which aims to acquire the modified log information configuration file in time, so that the preset time interval may be set to a shorter time interval, for example, 1 second.
In the embodiment of the present invention, the log information output condition data includes: log information output format data and log information output target data. Wherein the log information output format data comprises one or more of the following: log information output time data (such as generation time of log information, which may specifically include start time and end time, etc.), log information output function module name data (such as which function module of the application from which the log information originates, it should be noted that the name of the function module in the application may be defined by a software engineer in the code editing stage), log information output function data (such as which functions are applied in the function module, and interpretation of the functions, etc.), log information output paragraph data (to which paragraph and line the log information is specifically output), and log information output color data (display color of the log information, which is used for reminding or distinguishing from other log information). The log information output target data includes one or more of: standard output data (video network terminal console output mode), log file data, system log data (syslog), and remote server data. The syslog mechanism is responsible for recording log information generated by the kernel and the application program, and a software engineer or an administrator can master the condition of the application program by viewing the log record.
In a preferred embodiment of the present invention, in this step 503, the log information configuration file at the default position of the configuration file is obtained according to a preset time interval, and the obtained log information configuration file is analyzed to obtain log information output condition data, when the log information configuration file at the default position of the configuration file is obtained, the log information configuration file at the default position of the configuration file may be obtained according to the preset time interval, and the character strings corresponding to the keywords in the obtained log information configuration file are extracted and combined to form the log information output condition data.
Xml, wherein the keyword "name" corresponds to the string "function module 001", the keyword "time" corresponds to the string "2018, 1 month and 1 day, 10: 01: 23 ", i.e." function module 001 "and" 1 month 1 day 2018, 10: 01: 23' outputs condition data for log information. In the embodiment of the present invention, the keywords and the character strings corresponding to the keywords are not particularly limited.
Step 504, according to the log information output format data, extracting effective information corresponding to at least one functional module from the log information.
In the embodiment of the invention, the log information can contain a large amount of detailed information, wherein the information related to the log information configuration file and needing to be output can be used as effective information.
For example, the log information c of the function module m contains information x1, x2, x3, x4, x5 and x6 generated by the function module m during operation. The log information output format data includes log information output time data, log information output function module name data, and log information output function data. If the information x1, the information x3 and the information x6 are valid information corresponding to the function module m, the information x1 corresponding to the log information output time data, the information x3 corresponding to the log information output function module name data and the information x6 corresponding to the log information output function module name data are included in the log information output time data.
Step 505, outputting the valid information to a position corresponding to the log information output target data.
In practical application, the valid information may be output to a specified file or a specified server, and the output mode and the output destination position of the valid information are not particularly limited in the embodiment of the present invention.
In a preferred embodiment of the present invention, the log information printing interface may be further invoked to perform a printing operation on the valid information output to the position corresponding to the log information output target data.
Based on the above-mentioned related description about the log information output method embodiment, a log information output method based on a video network is introduced below, and fig. 6 is a functional block diagram of the method, in which a user can define the name or number of a specific functional module in the code of an application program, and a log information printing interface that can be called when the log information needs to be printed. Further, the user needs to provide a log information configuration file in which the user can define the name of a function module that needs to output log information, the format of the log information, and the output method of the log information, etc. The log information management module can combine the log information of the functional module according to the content defined in the log information configuration file and then output the combined log information. If the user configures the output mode as standard output in the log information configuration file, the log information management module outputs corresponding log information to the standard output. If the user configures the output mode as the log file in the log information configuration file, the log information management module outputs corresponding log information to the specified file. And if the user configures the output mode to be syslog in the log information configuration file, the log information management module outputs corresponding log information according to a syslog protocol. If the user configures the output mode as the remote server in the log information configuration file, the log information management module outputs corresponding log information to a specified server.
The embodiment of the invention is applied to video networking equipment in the video networking, and the video networking equipment comprises one or more of the following components: the system comprises a video network server, a video network switch and a video network terminal. In the running process of an application program in the video network equipment, responding to the modification operation of a user on a preset log information configuration file, and saving the log information configuration file after the modification operation to a configuration file default position of the video network equipment; acquiring log information of at least one functional module of an application program; acquiring a log information configuration file at a default position of the configuration file according to a preset time interval, and analyzing the acquired log information configuration file to obtain log information output condition data, wherein the log information output condition data comprises: outputting format data and target data of log information; outputting format data according to the log information, and extracting effective information corresponding to at least one functional module from the log information; the valid information is output to a position corresponding to the log information output target data.
By applying the characteristics of the video network, the embodiment of the invention can modify and store the log information configuration file in the running process of the application program and analyze the log information configuration file according to the preset time interval, so that the application program can output the log information according to the modified log information configuration file without restarting, thereby reducing the restarting times of the application program, simplifying the operation steps of the application program and improving the state monitoring and problem diagnosis efficiency of the application program.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 7, there is shown a block diagram of an embodiment of the log information output apparatus of the present invention, which may be applied to a video network device in a video network, where the video network device includes one or more of the following: the device specifically comprises the following modules:
the configuration file modification module 701 is configured to, in a running process of an application program in the video networking device, respond to a modification operation of a user on a preset log information configuration file, and store the log information configuration file after the modification operation to a configuration file default position of the video networking device.
A log information obtaining module 702, configured to obtain log information of at least one functional module of the application.
The configuration file analyzing module 703 is configured to obtain a log information configuration file at a default position of the configuration file according to a preset time interval, and analyze the obtained log information configuration file to obtain log information output condition data, where the log information output condition data includes: log information output format data and log information output target data.
And the effective information extraction module 704 is used for outputting format data according to the log information and extracting effective information corresponding to at least one functional module from the log information.
A valid information output module 705 for outputting valid information to a position corresponding to the log information output target data.
In a preferred embodiment of the invention, the log information output format data comprises one or more of: log information output time data, log information output function module name data, log information output function data, log information output paragraph data, and log information output color data.
In a preferred embodiment of the present invention, the log information output target data includes one or more of: standard output data, log file data, system log data, remote server data.
In a preferred embodiment of the present invention, the configuration file parsing module 703 is configured to obtain a log information configuration file at a default position of the configuration file according to a preset time interval, extract a character string corresponding to a keyword in the obtained log information configuration file, and combine the extracted character string into log information output condition data.
In a preferred embodiment of the present invention, the apparatus further comprises: and a log information printing module 706, configured to invoke a log information printing interface of the video network device, and perform a printing operation on the valid information output to the location corresponding to the log information output target data.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The output method of log information and the output device of log information provided by the present invention are introduced in detail, and a specific example is applied in the text to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understand the method of the present invention and the core idea thereof; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. The log information output method is applied to video network equipment in a video network, and the video network equipment comprises one or more of the following: the method comprises the following steps of:
in the running process of an application program in the video network equipment, responding to the modification operation of a user on a preset log information configuration file, and saving the log information configuration file after the modification operation to a configuration file default position of the video network equipment;
acquiring log information of at least one functional module of the application program;
acquiring a log information configuration file at a default position of the configuration file according to a preset time interval, and analyzing the acquired log information configuration file to obtain log information output condition data, wherein the log information output condition data comprises: outputting format data and target data of log information;
according to the log information output format data, extracting effective information corresponding to the at least one functional module from the log information;
outputting the valid information to a location corresponding to the log information output target data.
2. The output method of log information as claimed in claim 1, wherein the log information output format data includes one or more of: log information output time data, log information output function module name data, log information output function data, log information output paragraph data, and log information output color data.
3. The output method of log information according to claim 1, wherein the log information output target data includes one or more of: standard output data, log file data, system log data, remote server data.
4. The method for outputting log information according to claim 1, wherein the obtaining the log information configuration file at the default position of the configuration file according to a preset time interval and analyzing the obtained log information configuration file to obtain log information output condition data comprises:
and acquiring the log information configuration file at the default position of the configuration file according to a preset time interval, extracting character strings corresponding to keywords in the acquired log information configuration file, and combining the character strings into the log information output condition data.
5. The method for outputting log information according to claim 1, wherein the method further comprises:
and calling a log information printing interface of the video networking equipment, and printing the effective information output to the position corresponding to the log information output target data.
6. The log information output device is applied to video networking equipment in video networking, and the video networking equipment comprises one or more of the following devices: video networking server, video networking switch, video networking terminal, the device includes:
the configuration file modification module is used for responding to the modification operation of a user on a preset log information configuration file in the running process of an application program in the video networking equipment and storing the log information configuration file after the modification operation to a configuration file default position of the video networking equipment;
the log information acquisition module is used for acquiring the log information of at least one functional module of the application program;
the configuration file analysis module is used for acquiring the log information configuration file at the default position of the configuration file according to a preset time interval, and analyzing the acquired log information configuration file to obtain log information output condition data, wherein the log information output condition data comprises: outputting format data and target data of log information;
the effective information extraction module is used for outputting format data according to the log information and extracting effective information corresponding to the at least one functional module from the log information;
and the effective information output module is used for outputting the effective information to a position corresponding to the log information output target data.
7. The apparatus for outputting log information as claimed in claim 6, wherein the log information output format data comprises one or more of: log information output time data, log information output function module name data, log information output function data, log information output paragraph data, and log information output color data.
8. The apparatus according to claim 6, wherein the log-information output target data includes one or more of: standard output data, log file data, system log data, remote server data.
9. The apparatus according to claim 6, wherein the configuration file parsing module is configured to obtain the log information configuration file at the default location of the configuration file according to a preset time interval, extract a character string corresponding to a keyword in the obtained log information configuration file, and combine the extracted character string into the log information output condition data.
10. The apparatus for outputting log information according to claim 6, wherein the apparatus further comprises:
and the log information printing module is used for calling a log information printing interface of the video networking equipment and printing the effective information output to the position corresponding to the log information output target data.
CN201810778109.6A 2018-07-16 2018-07-16 Method and device for outputting log information Active CN110730086B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810778109.6A CN110730086B (en) 2018-07-16 2018-07-16 Method and device for outputting log information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810778109.6A CN110730086B (en) 2018-07-16 2018-07-16 Method and device for outputting log information

Publications (2)

Publication Number Publication Date
CN110730086A true CN110730086A (en) 2020-01-24
CN110730086B CN110730086B (en) 2022-11-25

Family

ID=69216880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810778109.6A Active CN110730086B (en) 2018-07-16 2018-07-16 Method and device for outputting log information

Country Status (1)

Country Link
CN (1) CN110730086B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111767261A (en) * 2020-05-29 2020-10-13 广州视源电子科技股份有限公司 Debugging log output method and device, storage medium and electronic equipment

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050149535A1 (en) * 2003-12-30 2005-07-07 Frey Gregor K. Log configuration and online deployment services
US20050160427A1 (en) * 2003-12-16 2005-07-21 Eric Ustaris System and method for managing log files
US20050267921A1 (en) * 2004-05-28 2005-12-01 International Business Machines Corporation Change log handler for synchronizing data sources
CN101237326A (en) * 2008-02-29 2008-08-06 华为技术有限公司 Method, device and system for real time parsing of device log
CN102208991A (en) * 2010-03-29 2011-10-05 腾讯科技(深圳)有限公司 Blog processing method, device and system
CN102768636A (en) * 2011-05-05 2012-11-07 阿里巴巴集团控股有限公司 Log analysis method and log analysis device
CN102831047A (en) * 2011-06-16 2012-12-19 上海聚力传媒技术有限公司 Method, device and equipment for dynamically regulating log information output of monitoring object
CN103309792A (en) * 2012-03-12 2013-09-18 联想(北京)有限公司 Method and system for controlling log information
CN103368756A (en) * 2012-03-29 2013-10-23 福建星网视易信息系统有限公司 A management system for monitoring the operation log of an embedded system
CN104281515A (en) * 2013-07-09 2015-01-14 腾讯科技(深圳)有限公司 Adjustment method and device for log data
CN105975383A (en) * 2015-09-28 2016-09-28 乐视致新电子科技(天津)有限公司 Method and device for processing log information
CN108235069A (en) * 2016-12-22 2018-06-29 北京国双科技有限公司 The processing method and processing device of Web TV daily record

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050160427A1 (en) * 2003-12-16 2005-07-21 Eric Ustaris System and method for managing log files
US20050149535A1 (en) * 2003-12-30 2005-07-07 Frey Gregor K. Log configuration and online deployment services
US20050267921A1 (en) * 2004-05-28 2005-12-01 International Business Machines Corporation Change log handler for synchronizing data sources
CN101237326A (en) * 2008-02-29 2008-08-06 华为技术有限公司 Method, device and system for real time parsing of device log
CN102208991A (en) * 2010-03-29 2011-10-05 腾讯科技(深圳)有限公司 Blog processing method, device and system
CN102768636A (en) * 2011-05-05 2012-11-07 阿里巴巴集团控股有限公司 Log analysis method and log analysis device
CN102831047A (en) * 2011-06-16 2012-12-19 上海聚力传媒技术有限公司 Method, device and equipment for dynamically regulating log information output of monitoring object
CN103309792A (en) * 2012-03-12 2013-09-18 联想(北京)有限公司 Method and system for controlling log information
CN103368756A (en) * 2012-03-29 2013-10-23 福建星网视易信息系统有限公司 A management system for monitoring the operation log of an embedded system
CN104281515A (en) * 2013-07-09 2015-01-14 腾讯科技(深圳)有限公司 Adjustment method and device for log data
CN105975383A (en) * 2015-09-28 2016-09-28 乐视致新电子科技(天津)有限公司 Method and device for processing log information
CN108235069A (en) * 2016-12-22 2018-06-29 北京国双科技有限公司 The processing method and processing device of Web TV daily record

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111767261A (en) * 2020-05-29 2020-10-13 广州视源电子科技股份有限公司 Debugging log output method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN110730086B (en) 2022-11-25

Similar Documents

Publication Publication Date Title
CN111193788A (en) Audio and video stream load balancing method and device
CN109309806B (en) Video conference management method and system
CN109617956B (en) Data processing method and device
CN110719258B (en) Server access method and system
CN109743550B (en) Method and device for monitoring data flow regulation
CN111221664A (en) Operation log processing system
CN110475131B (en) Terminal connection method, server and terminal
CN108965930B (en) Video data processing method and device
CN109743284B (en) Video processing method and system based on video network
CN109302384B (en) Data processing method and system
CN110650147A (en) Data acquisition method and system
CN110493149B (en) Message processing method and device
CN110022500B (en) Packet loss processing method and device
CN110086773B (en) Audio and video data processing method and system
CN110113555B (en) Video conference processing method and system based on video networking
CN108881148B (en) Data acquisition method and device
CN110677315A (en) Method and system for monitoring state
CN110730086B (en) Method and device for outputting log information
CN110557411A (en) video stream processing method and device based on video network
CN110536148B (en) Live broadcasting method and equipment based on video networking
CN109859824B (en) Pathological image remote display method and device
CN110139060B (en) Video conference method and device
CN109802944B (en) Method and system for releasing live broadcast based on video network
CN109450995B (en) Method and system for acquiring server data
CN110475088B (en) User login method and device

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
GR01 Patent grant
GR01 Patent grant