mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
fix ascii
This commit is contained in:
parent
8ce307bbdc
commit
d89f18997f
1 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,9 @@ import ./config/config
|
|||
|
||||
proc startLogging*() =
|
||||
const logo = """
|
||||
|
||||
█████████ ████ ███
|
||||
███░░░░░███░░███ ░░░
|
||||
███ ░░░ ░███ ████ █████████████ ████████ █████ ██████
|
||||
███ ░░░ ░███ ████ █████████████ ████████ █████ ██████
|
||||
░███ ░███ ░░███ ░░███░░███░░███ ░░███░░███ ███░░ ███░░███
|
||||
░███ █████ ░███ ░███ ░███ ░███ ░███ ░███ ░███░░█████ ░███████
|
||||
░░███ ░░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ░░░░███░███░░░
|
||||
|
@ -15,7 +14,7 @@ proc startLogging*() =
|
|||
░███
|
||||
█████
|
||||
░░░░░
|
||||
"""
|
||||
"""
|
||||
|
||||
const logFormattingString = "[$date $time] - [$levelname]: "
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue